crypto/tls.Conn.handshakeMutex (field)
15 uses
crypto/tls (current package)
conn.go#L39: handshakeMutex sync.Mutex
conn.go#L1271: c.handshakeMutex.Lock()
conn.go#L1272: defer c.handshakeMutex.Unlock()
conn.go#L1539: c.handshakeMutex.Lock()
conn.go#L1540: defer c.handshakeMutex.Unlock()
conn.go#L1597: c.handshakeMutex.Lock()
conn.go#L1598: defer c.handshakeMutex.Unlock()
conn.go#L1633: c.handshakeMutex.Lock()
conn.go#L1634: defer c.handshakeMutex.Unlock()
conn.go#L1643: c.handshakeMutex.Lock()
conn.go#L1644: defer c.handshakeMutex.Unlock()
quic.go#L231: c.handshakeMutex.Lock()
quic.go#L232: defer c.handshakeMutex.Unlock()
quic.go#L400: c.handshakeMutex.Unlock()
quic.go#L401: defer c.handshakeMutex.Lock()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |